home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / pm65sdk / sourcecode / c_language / exportf / windows / exportf.mak < prev    next >
Text File  |  1996-09-04  |  12KB  |  381 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.10
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=ExportF - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to ExportF - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "ExportF - Win32 Release" && "$(CFG)" !=\
  12.  "ExportF - Win32 Debug"
  13. !MESSAGE Invalid configuration "$(CFG)" specified.
  14. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  15. !MESSAGE by defining the macro CFG on the command line.  For example:
  16. !MESSAGE 
  17. !MESSAGE NMAKE /f "ExportF.mak" CFG="ExportF - Win32 Debug"
  18. !MESSAGE 
  19. !MESSAGE Possible choices for configuration are:
  20. !MESSAGE 
  21. !MESSAGE "ExportF - Win32 Release" (based on\
  22.  "Win32 (x86) Dynamic-Link Library")
  23. !MESSAGE "ExportF - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  24. !MESSAGE 
  25. !ERROR An invalid configuration is specified.
  26. !ENDIF 
  27.  
  28. !IF "$(OS)" == "Windows_NT"
  29. NULL=
  30. !ELSE 
  31. NULL=nul
  32. !ENDIF 
  33. ################################################################################
  34. # Begin Project
  35. # PROP Target_Last_Scanned "ExportF - Win32 Debug"
  36. RSC=rc.exe
  37. MTL=mktyplib.exe
  38. CPP=cl.exe
  39.  
  40. !IF  "$(CFG)" == "ExportF - Win32 Release"
  41.  
  42. # PROP BASE Use_MFC 0
  43. # PROP BASE Use_Debug_Libraries 0
  44. # PROP BASE Output_Dir "Release"
  45. # PROP BASE Intermediate_Dir "Release"
  46. # PROP BASE Target_Dir ""
  47. # PROP Use_MFC 0
  48. # PROP Use_Debug_Libraries 0
  49. # PROP Output_Dir "Release"
  50. # PROP Intermediate_Dir "Release"
  51. # PROP Target_Dir ""
  52. OUTDIR=.\Release
  53. INTDIR=.\Release
  54.  
  55. ALL : "$(OUTDIR)\ExportF.add"
  56.  
  57. CLEAN : 
  58.     -@erase "$(INTDIR)\Convert.obj"
  59.     -@erase "$(INTDIR)\Exportf.res"
  60.     -@erase "$(INTDIR)\Main.obj"
  61.     -@erase "$(INTDIR)\PageMakerMemory.obj"
  62.     -@erase "$(INTDIR)\PageMakerUtils.obj"
  63.     -@erase "$(OUTDIR)\ExportF.add"
  64.     -@erase "$(OUTDIR)\ExportF.exp"
  65.     -@erase "$(OUTDIR)\ExportF.lib"
  66.  
  67. "$(OUTDIR)" :
  68.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  69.  
  70. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
  71. # ADD CPP /nologo /Zp1 /W3 /GX /O2 /I "..\..\..\Includes" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
  72. CPP_PROJ=/nologo /Zp1 /ML /W3 /GX /O2 /I "..\..\..\Includes" /D "WIN32" /D\
  73.  "NDEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/ExportF.pch" /YX /Fo"$(INTDIR)/" /c 
  74. CPP_OBJS=.\Release/
  75. CPP_SBRS=.\.
  76. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  77. # ADD MTL /nologo /D "NDEBUG" /win32
  78. MTL_PROJ=/nologo /D "NDEBUG" /win32 
  79. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  80. # ADD RSC /l 0x409 /d "NDEBUG"
  81. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/Exportf.res" /d "NDEBUG" 
  82. BSC32=bscmake.exe
  83. # ADD BASE BSC32 /nologo
  84. # ADD BSC32 /nologo
  85. BSC32_FLAGS=/nologo /o"$(OUTDIR)/ExportF.bsc" 
  86. BSC32_SBRS= \
  87.     
  88. LINK32=link.exe
  89. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
  90. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 /out:"Release/ExportF.add"
  91. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  92.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  93.  odbccp32.lib /nologo /subsystem:windows /dll /incremental:no\
  94.  /pdb:"$(OUTDIR)/ExportF.pdb" /machine:I386 /def:".\Exportf.def"\
  95.  /out:"$(OUTDIR)/ExportF.add" /implib:"$(OUTDIR)/ExportF.lib" 
  96. DEF_FILE= \
  97.     ".\Exportf.def"
  98. LINK32_OBJS= \
  99.     "$(INTDIR)\Convert.obj" \
  100.     "$(INTDIR)\Exportf.res" \
  101.     "$(INTDIR)\Main.obj" \
  102.     "$(INTDIR)\PageMakerMemory.obj" \
  103.     "$(INTDIR)\PageMakerUtils.obj"
  104.  
  105. "$(OUTDIR)\ExportF.add" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  106.     $(LINK32) @<<
  107.   $(LINK32_FLAGS) $(LINK32_OBJS)
  108. <<
  109.  
  110. !ELSEIF  "$(CFG)" == "ExportF - Win32 Debug"
  111.  
  112. # PROP BASE Use_MFC 0
  113. # PROP BASE Use_Debug_Libraries 1
  114. # PROP BASE Output_Dir "Debug"
  115. # PROP BASE Intermediate_Dir "Debug"
  116. # PROP BASE Target_Dir ""
  117. # PROP Use_MFC 0
  118. # PROP Use_Debug_Libraries 1
  119. # PROP Output_Dir "Debug"
  120. # PROP Intermediate_Dir "Debug"
  121. # PROP Target_Dir ""
  122. OUTDIR=.\Debug
  123. INTDIR=.\Debug
  124.  
  125. ALL : "$(OUTDIR)\Exportf.add"
  126.  
  127. CLEAN : 
  128.     -@erase "$(INTDIR)\Convert.obj"
  129.     -@erase "$(INTDIR)\Exportf.res"
  130.     -@erase "$(INTDIR)\Main.obj"
  131.     -@erase "$(INTDIR)\PageMakerMemory.obj"
  132.     -@erase "$(INTDIR)\PageMakerUtils.obj"
  133.     -@erase "$(INTDIR)\vc40.idb"
  134.     -@erase "$(INTDIR)\vc40.pdb"
  135.     -@erase "$(OUTDIR)\Exportf.add"
  136.     -@erase "$(OUTDIR)\Exportf.exp"
  137.     -@erase "$(OUTDIR)\Exportf.ilk"
  138.     -@erase "$(OUTDIR)\Exportf.lib"
  139.     -@erase "$(OUTDIR)\Exportf.pdb"
  140.  
  141. "$(OUTDIR)" :
  142.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  143.  
  144. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
  145. # ADD CPP /nologo /Zp1 /ML /W3 /Gm /GX /Zi /Od /I "..\..\..\Includes" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
  146. CPP_PROJ=/nologo /Zp1 /ML /W3 /Gm /GX /Zi /Od /I "..\..\..\Includes" /D "WIN32"\
  147.  /D "_DEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/ExportF.pch" /YX /Fo"$(INTDIR)/"\
  148.  /Fd"$(INTDIR)/" /c 
  149. CPP_OBJS=.\Debug/
  150. CPP_SBRS=.\.
  151. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  152. # ADD MTL /nologo /D "_DEBUG" /win32
  153. MTL_PROJ=/nologo /D "_DEBUG" /win32 
  154. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  155. # ADD RSC /l 0x409 /d "_DEBUG"
  156. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/Exportf.res" /d "_DEBUG" 
  157. BSC32=bscmake.exe
  158. # ADD BASE BSC32 /nologo
  159. # ADD BSC32 /nologo
  160. BSC32_FLAGS=/nologo /o"$(OUTDIR)/ExportF.bsc" 
  161. BSC32_SBRS= \
  162.     
  163. LINK32=link.exe
  164. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386
  165. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"Debug/Exportf.add"
  166. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  167.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  168.  odbccp32.lib /nologo /subsystem:windows /dll /incremental:yes\
  169.  /pdb:"$(OUTDIR)/Exportf.pdb" /debug /machine:I386 /def:".\Exportf.def"\
  170.  /out:"$(OUTDIR)/Exportf.add" /implib:"$(OUTDIR)/Exportf.lib" 
  171. DEF_FILE= \
  172.     ".\Exportf.def"
  173. LINK32_OBJS= \
  174.     "$(INTDIR)\Convert.obj" \
  175.     "$(INTDIR)\Exportf.res" \
  176.     "$(INTDIR)\Main.obj" \
  177.     "$(INTDIR)\PageMakerMemory.obj" \
  178.     "$(INTDIR)\PageMakerUtils.obj"
  179.  
  180. "$(OUTDIR)\Exportf.add" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  181.     $(LINK32) @<<
  182.   $(LINK32_FLAGS) $(LINK32_OBJS)
  183. <<
  184.  
  185. !ENDIF 
  186.  
  187. .c{$(CPP_OBJS)}.obj:
  188.    $(CPP) $(CPP_PROJ) $<  
  189.  
  190. .cpp{$(CPP_OBJS)}.obj:
  191.    $(CPP) $(CPP_PROJ) $<  
  192.  
  193. .cxx{$(CPP_OBJS)}.obj:
  194.    $(CPP) $(CPP_PROJ) $<  
  195.  
  196. .c{$(CPP_SBRS)}.sbr:
  197.    $(CPP) $(CPP_PROJ) $<  
  198.  
  199. .cpp{$(CPP_SBRS)}.sbr:
  200.    $(CPP) $(CPP_PROJ) $<  
  201.  
  202. .cxx{$(CPP_SBRS)}.sbr:
  203.    $(CPP) $(CPP_PROJ) $<  
  204.  
  205. ################################################################################
  206. # Begin Target
  207.  
  208. # Name "ExportF - Win32 Release"
  209. # Name "ExportF - Win32 Debug"
  210.  
  211. !IF  "$(CFG)" == "ExportF - Win32 Release"
  212.  
  213. !ELSEIF  "$(CFG)" == "ExportF - Win32 Debug"
  214.  
  215. !ENDIF 
  216.  
  217. ################################################################################
  218. # Begin Source File
  219.  
  220. SOURCE=.\Exportf.rc
  221.  
  222. "$(INTDIR)\Exportf.res" : $(SOURCE) "$(INTDIR)"
  223.    $(RSC) $(RSC_PROJ) $(SOURCE)
  224.  
  225.  
  226. # End Source File
  227. ################################################################################
  228. # Begin Source File
  229.  
  230. SOURCE=.\Resource.h
  231.  
  232. !IF  "$(CFG)" == "ExportF - Win32 Release"
  233.  
  234. !ELSEIF  "$(CFG)" == "ExportF - Win32 Debug"
  235.  
  236. !ENDIF 
  237.  
  238. # End Source File
  239. ################################################################################
  240. # Begin Source File
  241.  
  242. SOURCE=..\Common\Main.cpp
  243. DEP_CPP_MAIN_=\
  244.     "..\..\..\Includes\CIBasic.h"\
  245.     "..\..\..\Includes\CICommandsAndQueries.h"\
  246.     "..\..\..\Includes\CIInterfaceManager.h"\
  247.     "..\..\..\Includes\CIWindow.h"\
  248.     "..\..\..\Includes\oldpatch.h"\
  249.     "..\..\..\Includes\oldtypes.h"\
  250.     "..\..\..\Includes\PMCommands.h"\
  251.     "..\..\..\Includes\PMCQErrs.h"\
  252.     "..\..\..\Includes\PMErrors.h"\
  253.     "..\..\..\Includes\PMEvent.h"\
  254.     "..\..\..\Includes\PMInterfaceIDs.h"\
  255.     "..\..\..\Includes\PMKeywords.h"\
  256.     "..\..\..\Includes\PMMemory.h"\
  257.     "..\..\..\Includes\pmplugin.h"\
  258.     "..\..\..\Includes\PMQueries.h"\
  259.     "..\..\..\Includes\PMTypes.h"\
  260.     "..\..\..\Includes\PMUtils.h"\
  261.     "..\..\..\Includes\WinTypes.h"\
  262.     "..\Common\Convert.h"\
  263.     "..\Common\ExportF.h"\
  264.     
  265. NODEP_CPP_MAIN_=\
  266.     "..\..\..\Includes\oldpmblk.h"\
  267.     "..\..\..\Includes\PageMakerDialogErrs.h"\
  268.     "..\..\..\Includes\PageMakerFileErrs.h"\
  269.     "..\..\..\Includes\PageMakerImpExpErrs.h"\
  270.     "..\..\..\Includes\PageMakerMiscErrs.h"\
  271.     "..\..\..\Includes\PageMakerPrinterErrs.h"\
  272.     "..\..\..\Includes\PageMakerTextErrs.h"\
  273.     
  274.  
  275. "$(INTDIR)\Main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
  276.    $(CPP) $(CPP_PROJ) $(SOURCE)
  277.  
  278.  
  279. # End Source File
  280. ################################################################################
  281. # Begin Source File
  282.  
  283. SOURCE=..\Common\Convert.cpp
  284. DEP_CPP_CONVE=\
  285.     "..\..\..\Includes\CICommandsAndQueries.h"\
  286.     "..\..\..\Includes\oldpatch.h"\
  287.     "..\..\..\Includes\oldtypes.h"\
  288.     "..\..\..\Includes\PMCommands.h"\
  289.     "..\..\..\Includes\PMCQErrs.h"\
  290.     "..\..\..\Includes\PMErrors.h"\
  291.     "..\..\..\Includes\PMKeywords.h"\
  292.     "..\..\..\Includes\PMMemory.h"\
  293.     "..\..\..\Includes\pmplugin.h"\
  294.     "..\..\..\Includes\PMQueries.h"\
  295.     "..\..\..\Includes\PMTypes.h"\
  296.     "..\..\..\Includes\PMUtils.h"\
  297.     "..\Common\Convert.h"\
  298.     "..\Common\ExportF.h"\
  299.     
  300. NODEP_CPP_CONVE=\
  301.     "..\..\..\Includes\oldpmblk.h"\
  302.     "..\..\..\Includes\PageMakerDialogErrs.h"\
  303.     "..\..\..\Includes\PageMakerFileErrs.h"\
  304.     "..\..\..\Includes\PageMakerImpExpErrs.h"\
  305.     "..\..\..\Includes\PageMakerMiscErrs.h"\
  306.     "..\..\..\Includes\PageMakerPrinterErrs.h"\
  307.     "..\..\..\Includes\PageMakerTextErrs.h"\
  308.     
  309.  
  310. "$(INTDIR)\Convert.obj" : $(SOURCE) $(DEP_CPP_CONVE) "$(INTDIR)"
  311.    $(CPP) $(CPP_PROJ) $(SOURCE)
  312.  
  313.  
  314. # End Source File
  315. ################################################################################
  316. # Begin Source File
  317.  
  318. SOURCE=..\..\..\UtilityCode\PageMakerUtils.cpp
  319. DEP_CPP_PAGEM=\
  320.     "..\..\..\Includes\oldpatch.h"\
  321.     "..\..\..\Includes\oldtypes.h"\
  322.     "..\..\..\Includes\PMCommands.h"\
  323.     "..\..\..\Includes\PMCQErrs.h"\
  324.     "..\..\..\Includes\PMErrors.h"\
  325.     "..\..\..\Includes\PMKeywords.h"\
  326.     "..\..\..\Includes\PMMemory.h"\
  327.     "..\..\..\Includes\pmplugin.h"\
  328.     "..\..\..\Includes\PMQueries.h"\
  329.     "..\..\..\Includes\PMTypes.h"\
  330.     "..\..\..\Includes\PMUtils.h"\
  331.     
  332. NODEP_CPP_PAGEM=\
  333.     "..\..\..\Includes\oldpmblk.h"\
  334.     "..\..\..\Includes\PageMakerDialogErrs.h"\
  335.     "..\..\..\Includes\PageMakerFileErrs.h"\
  336.     "..\..\..\Includes\PageMakerImpExpErrs.h"\
  337.     "..\..\..\Includes\PageMakerMiscErrs.h"\
  338.     "..\..\..\Includes\PageMakerPrinterErrs.h"\
  339.     "..\..\..\Includes\PageMakerTextErrs.h"\
  340.     
  341.  
  342. "$(INTDIR)\PageMakerUtils.obj" : $(SOURCE) $(DEP_CPP_PAGEM) "$(INTDIR)"
  343.    $(CPP) $(CPP_PROJ) $(SOURCE)
  344.  
  345.  
  346. # End Source File
  347. ################################################################################
  348. # Begin Source File
  349.  
  350. SOURCE=..\..\..\UtilityCode\PageMakerMemory.cpp
  351. DEP_CPP_PAGEMA=\
  352.     "..\..\..\Includes\oldpatch.h"\
  353.     "..\..\..\Includes\oldtypes.h"\
  354.     "..\..\..\Includes\PMMemory.h"\
  355.     "..\..\..\Includes\PMTypes.h"\
  356.     
  357. NODEP_CPP_PAGEMA=\
  358.     "..\..\..\Includes\oldpmblk.h"\
  359.     
  360.  
  361. "$(INTDIR)\PageMakerMemory.obj" : $(SOURCE) $(DEP_CPP_PAGEMA) "$(INTDIR)"
  362.    $(CPP) $(CPP_PROJ) $(SOURCE)
  363.  
  364.  
  365. # End Source File
  366. ################################################################################
  367. # Begin Source File
  368.  
  369. SOURCE=.\Exportf.def
  370.  
  371. !IF  "$(CFG)" == "ExportF - Win32 Release"
  372.  
  373. !ELSEIF  "$(CFG)" == "ExportF - Win32 Debug"
  374.  
  375. !ENDIF 
  376.  
  377. # End Source File
  378. # End Target
  379. # End Project
  380. ################################################################################
  381.